projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeab376
)
(timeout-event-p): Function deleted.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Feb 1996 01:22:11 +0000
(
01:22
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Feb 1996 01:22:11 +0000
(
01:22
+0000)
lisp/emacs-lisp/levents.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/levents.el
b/lisp/emacs-lisp/levents.el
index 83395a36c1928ef9b88021c78db1e50efe13d746..bc5c06c9cbc29b7d6b70effa134de76a85777d0d 100644
(file)
--- a/
lisp/emacs-lisp/levents.el
+++ b/
lisp/emacs-lisp/levents.el
@@
-230,9
+230,4
@@
an existing event object."
GNU Emacs 19 does not currently generate process-output events."
(eq (car-safe obj) 'process))
-(defun timeout-event-p (obj)
- "True if the argument is a timeout event object.
-GNU Emacs 19 does not currently generate timeout events."
- (eq (car-safe obj) 'timeout))
-
;;; levents.el ends here